projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d23cc78
)
Remove duplicated word "id" from warning message
author
Ignacio Casal Quinteiro
<icq@gnome.org>
Tue, 18 Feb 2014 10:42:45 +0000
(11:42 +0100)
committer
Ignacio Casal Quinteiro
<icq@gnome.org>
Tue, 18 Feb 2014 10:42:45 +0000
(11:42 +0100)
gtk/gtkcontainer.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcontainer.h
b/gtk/gtkcontainer.h
index 00c3936b4d97d702a74a61f217484776b0ec4643..ebc5b570fa0545d31a7743083bbf2abf810baf3a 100644
(file)
--- a/
gtk/gtkcontainer.h
+++ b/
gtk/gtkcontainer.h
@@
-262,7
+262,7
@@
void gtk_container_child_notify (GtkContainer *container,
* properties in set_child_property(<!-- -->) and get_child_property(<!-- -->) implementations.
*/
#define GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID(object, property_id, pspec) \
- G_OBJECT_WARN_INVALID_PSPEC ((object), "child property
id
", (property_id), (pspec))
+ G_OBJECT_WARN_INVALID_PSPEC ((object), "child property", (property_id), (pspec))
GDK_AVAILABLE_IN_ALL